From: Kenichi Handa Date: Tue, 30 Jun 2009 02:08:36 +0000 (+0000) Subject: (setup-korean-environment-internal): Make X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11745 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2b3e3486b9726750629541adaf0dff909bd07af6;p=emacs.git (setup-korean-environment-internal): Make char-widht-table suitable for Korean environments. (exit-korean-environment): Cancel above. --- diff --git a/lisp/language/korea-util.el b/lisp/language/korea-util.el index e9ed59971c9..8f653194f66 100644 --- a/lisp/language/korea-util.el +++ b/lisp/language/korea-util.el @@ -108,6 +108,7 @@ ;;;###autoload (defun setup-korean-environment-internal () + (use-cjk-char-width-table 'ko_KR) (let ((key-bindings korean-key-bindings)) (while key-bindings (let* ((this (car key-bindings)) @@ -125,6 +126,7 @@ (defun exit-korean-environment () "Exit Korean language environment." + (use-default-char-width-table) (let ((key-bindings korean-key-bindings)) (while key-bindings (let* ((this (car key-bindings))